home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / logrotate.d / consolekit < prev    next >
Encoding:
Text File  |  2010-02-24  |  135 b   |  9 lines

  1. /var/log/ConsoleKit/history {
  2.        monthly
  3.        rotate 6
  4.        delaycompress
  5.        compress
  6.        notifempty
  7.        missingok
  8. }
  9.